JEventService

csw.event.client.internal.commons.javawrappers.JEventService
class JEventService(eventService: EventService) extends IEventService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def asScala: EventService

Returns the Scala API for this instance of event service

Returns the Scala API for this instance of event service

Attributes

Definition Classes
override def makeNewPublisher(): JEventPublisher

Create a new instance of csw.event.api.javadsl.IEventPublisher with a separate underlying connection than the default instance. The new instance will be required when the location of Event Service is updated or in case the performance requirements of a publish operation demands a separate connection to be used.

Create a new instance of csw.event.api.javadsl.IEventPublisher with a separate underlying connection than the default instance. The new instance will be required when the location of Event Service is updated or in case the performance requirements of a publish operation demands a separate connection to be used.

Attributes

Returns

new instance of csw.event.api.javadsl.IEventPublisher

Definition Classes

Create a new instance of csw.event.api.javadsl.IEventPublisher with a separate underlying connection than the default instance. The new instance will be required when the location of Event Service is updated or in case the performance requirements of a subscribe operation demands a separate connection to be used.

Create a new instance of csw.event.api.javadsl.IEventPublisher with a separate underlying connection than the default instance. The new instance will be required when the location of Event Service is updated or in case the performance requirements of a subscribe operation demands a separate connection to be used.

Attributes

Returns

new instance of csw.event.api.javadsl.IEventSubscriber

Definition Classes

Inherited fields

A default instance of csw.event.api.javadsl.IEventPublisher. This could be shared across under normal operating conditions to share the underlying connection to event server.

A default instance of csw.event.api.javadsl.IEventPublisher. This could be shared across under normal operating conditions to share the underlying connection to event server.

Attributes

Inherited from:
IEventService

A default instance of csw.event.api.javadsl.IEventSubscriber. This could be shared across under normal operating conditions to share the underlying connection to event server.

A default instance of csw.event.api.javadsl.IEventSubscriber. This could be shared across under normal operating conditions to share the underlying connection to event server.

Attributes

Inherited from:
IEventService