class EventServiceFactory extends AnyRef
Factory to create EventService
- Alphabetic
- By Inheritance
- EventServiceFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EventServiceFactory()
A java helper to construct EventServiceFactory
- new EventServiceFactory(store: EventStore = RedisStore())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jMake(host: String, port: Int, system: ActorSystem[_]): IEventService
Java API to create csw.event.api.javadsl.IEventService using host and port of Event Server.
Java API to create csw.event.api.javadsl.IEventService using host and port of Event Server.
- host
hostname of event server
- port
port on which event server is running
- system
an actor system required for underlying event streams
- returns
csw.event.api.javadsl.IEventService which provides handles to csw.event.api.javadsl.IEventPublisher and csw.event.api.javadsl.IEventSubscriber
- def jMake(locationService: ILocationService, actorSystem: ActorSystem[_]): IEventService
Java API to create csw.event.api.javadsl.IEventService using csw.location.api.javadsl.ILocationService to resolve Event Server.
Java API to create csw.event.api.javadsl.IEventService using csw.location.api.javadsl.ILocationService to resolve Event Server.
- locationService
instance of location service
- actorSystem
an actor system required for underlying event streams
- returns
csw.event.api.javadsl.IEventService which provides handles to csw.event.api.javadsl.IEventPublisher and csw.event.api.javadsl.IEventSubscriber
- def make(host: String, port: Int)(implicit system: ActorSystem[_]): EventService
API to create csw.event.api.scaladsl.EventService using host and port of Event Server.
API to create csw.event.api.scaladsl.EventService using host and port of Event Server.
- host
hostname of event server
- port
port on which event server is running
- system
an actor system required for underlying event streams
- returns
csw.event.api.scaladsl.EventService which provides handles to csw.event.api.scaladsl.EventPublisher and csw.event.api.scaladsl.EventSubscriber
- def make(locationService: LocationService)(implicit system: ActorSystem[_]): EventService
API to create csw.event.api.scaladsl.EventService using csw.location.api.scaladsl.LocationService to resolve Event Server.
API to create csw.event.api.scaladsl.EventService using csw.location.api.scaladsl.LocationService to resolve Event Server.
- locationService
instance of location service
- system
an actor system required for underlying event streams
- returns
csw.event.api.scaladsl.EventService which provides handles to csw.event.api.scaladsl.EventPublisher and csw.event.api.scaladsl.EventSubscriber
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])