Published to the actor system's event stream if a remote log is available.
Published to the actor system's event stream if a remote log is unavailable.
Default application name.
Default application version.
Default log name.
Creates a ReplicationEndpoint with a single event log with name DefaultLogName.
Creates a ReplicationEndpoint with a single event log with name DefaultLogName. The
replication endpoint id must be configured as follows in application.conf
:
eventuate.endpoint.id = "endpoint-id"
Optionally, the applicationName
and applicationVersion
of a replication endpoint can be
configured with e.g.
eventuate.endpoint.application.name = "my-app" eventuate.endpoint.application.version = "1.2"
Factory of log actor Props
. The String
parameter of the factory is a unique
log id generated by this endpoint. The log actor must be assigned this log id.
Replication connections to other replication endpoints.
Creates a ReplicationEndpoint with a single event log with name DefaultLogName.
Creates a ReplicationEndpoint with a single event log with name DefaultLogName. The
replication endpoint id and replication connections must be configured as follows in application.conf
:
eventuate.endpoint.id = "endpoint-id" eventuate.endpoint.connections = ["host-1:port-1", "host-2:port-2", ..., "host-n:port-n"]
Optionally, the applicationName
and applicationVersion
of a replication endpoint can be
configured with e.g.
eventuate.endpoint.application.name = "my-app" eventuate.endpoint.application.version = "1.2"
Factory of log actor Props
. The String
parameter of the factory is a unique
log id generated by this endpoint. The log actor must be assigned this log id.
Java API that creates a ReplicationEndpoint.
Java API that creates a ReplicationEndpoint.
Unique replication endpoint id.
Names of the event logs managed by this replication endpoint.
Factory of log actor Props
. The String
parameter of the factory is a unique
log id generated by this endpoint. The log actor must be assigned this log id.
Replication connections to other replication endpoints.
Replication filters applied to incoming replication read requests
Name of the application that creates this replication endpoint.
Version of the application that creates this replication endpoint.
Java API that creates a ReplicationEndpoint.
Java API that creates a ReplicationEndpoint.
Creates a ReplicationEndpoint with a single event log with name DefaultLogName. The
replication endpoint id must be configured as follows in application.conf
:
eventuate.endpoint.id = "endpoint-id"
Optionally, the applicationName
and applicationVersion
of a replication endpoint can be
configured with e.g.
eventuate.endpoint.application.name = "my-app" eventuate.endpoint.application.version = "1.2"
Factory of log actor Props
. The String
parameter of the factory is a unique
log id generated by this endpoint. The log actor must be assigned this log id.
Replication connections to other replication endpoints.
Java API that creates a ReplicationEndpoint.
Java API that creates a ReplicationEndpoint.
Creates a ReplicationEndpoint with a single event log with name DefaultLogName. The
replication endpoint id and replication connections must be configured as follows in application.conf
:
eventuate.endpoint.id = "endpoint-id" eventuate.endpoint.connections = ["host-1:port-1", "host-2:port-2", ..., "host-n:port-n"]
Optionally, the applicationName
and applicationVersion
of a replication endpoint can be
configured with e.g.
eventuate.endpoint.application.name = "my-app" eventuate.endpoint.application.version = "1.2"
Factory of log actor Props
. The String
parameter of the factory is a unique
log id generated by this endpoint. The log actor must be assigned this log id.