Getter methods
This is the collection of getter methods within the BroadcastChannelSynchronizer
interface. There are only two getter methods, getStore
and getChannelName
.
getStore
The getStore
method returns a reference to the underlying Store
or MergeableStore
that is backing this Persister
object.
getChannelName
The getChannelName
method returns the name of the channel being used for synchronization.