| Modifier and type | Property and description |
|---|---|
| OpenEventSpace | defaultSpace
Replies the reference to the default space of the context in which the created spaces will be created. |
| java.util.function.Function<T,R> | loggerProvider
Replies the provider of logger for the create spaces. |
| SpaceComponentFactory | spaceComponentFactory
Replies the factory of the space components that are specific to the SRE implementation. |
| SpaceParticipantListenerFactory | spaceParticipantListenerFactory
Replies the factory for building listeners on changes in the participants' list. |
| Modifier and type | Action and description |
|---|---|
| OpenEventSpace | getDefaultSpace
Replies the reference to the default space of the context in which the created spaces will be created. |
| java.util.function.Function<T,R> | getLoggerProvider
Replies the provider of logger for the create spaces. |
| SpaceComponentFactory | getSpaceComponentFactory
Replies the factory of the space components that are specific to the SRE implementation. |
| SpaceParticipantListenerFactory | getSpaceParticipantListenerFactory
Replies the factory for building listeners on changes in the participants' list. |
| void | setDefaultSpace(OpenEventSpace) |
| void | setDefaultSpaceProvider(Provider<T>)
Change the provider of a default space. |
| void | setLoggerProvider(Function<T,R>) |
| void | setSpaceComponentFactory(SpaceComponentFactory) |
| void | setSpaceComponentFactoryProvider(Provider<T>)
Change the provider of a factory on space component. |
| void | setSpaceParticipantListenerFactory(SpaceParticipantListenerFactory) |
| void | setSpaceParticipantListenerFactoryProvider(Provider<T>)
Change the provider of a factory on space participant listener. |
var defaultSpace : OpenEventSpace
This property is an alias for the action: getDefaultSpace
var loggerProvider : java.util.function.Function<T,R>
This property is an alias for the action: getLoggerProvider
var spaceComponentFactory : SpaceComponentFactory
This property is an alias for the action: getSpaceComponentFactory
var spaceParticipantListenerFactory : SpaceParticipantListenerFactory
This property is an alias for the action: getSpaceParticipantListenerFactory
new(Provider<T>,Provider<T>)
def getDefaultSpace : OpenEventSpace
def getLoggerProvider : java.util.function.Function<T,R>
def getSpaceComponentFactory : SpaceComponentFactory
def getSpaceParticipantListenerFactory : SpaceParticipantListenerFactory
def setDefaultSpace(OpenEventSpace)
def setDefaultSpaceProvider(Provider<T>)
def setLoggerProvider(Function<T,R>)
def setSpaceComponentFactory(SpaceComponentFactory)
def setSpaceComponentFactoryProvider(Provider<T>)
def setSpaceParticipantListenerFactory(SpaceParticipantListenerFactory)
def setSpaceParticipantListenerFactoryProvider(Provider<T>)