ReplicaBehaviour

interface ReplicaBehaviour<T : Any>

Allows to add a custom behavior to a replica. All features represented in ReplicaSettings a implemented as ReplicaBehaviour. See also: DoOnCreated, DoOnEvent, DoOnStateCondition, DoOnNetworkConnectivityChanged.

Functions

Link copied to clipboard
abstract fun setup(replica: PhysicalReplica<T>)

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard