Class/Object

eventstore.j

EsConnectionImpl

Related Docs: object EsConnectionImpl | package j

Permalink

class EsConnectionImpl extends EsConnection

Linear Supertypes
EsConnection, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EsConnectionImpl
  2. EsConnection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EsConnectionImpl(connection: eventstore.EsConnection, settings: Settings)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allStreamsPublisher(fromPositionExclusive: Position, resolveLinkTos: Boolean, credentials: UserCredentials, infinite: Boolean): Publisher[IndexedEvent]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def continueTransaction(transactionId: Long, credentials: UserCredentials): EsTransactionImpl

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  8. def deleteStream(stream: String, expectedVersion: Existing, hardDelete: Boolean, credentials: UserCredentials, requireMaster: Boolean): Future[DeleteResult]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  9. def deleteStream(stream: String, expectedVersion: Existing, hardDelete: Boolean, credentials: UserCredentials): Future[DeleteResult]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  10. def deleteStream(stream: String, expectedVersion: Existing, credentials: UserCredentials): Future[DeleteResult]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getStreamMetadataBytes(stream: String, credentials: UserCredentials): Future[Array[Byte]]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def readAllEventsBackward(fromPosition: Position, maxCount: Int, resolveLinkTos: Boolean, credentials: UserCredentials, requireMaster: Boolean): Future[ReadAllEventsCompleted]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  22. def readAllEventsBackward(fromPosition: Position, maxCount: Int, resolveLinkTos: Boolean, credentials: UserCredentials): Future[ReadAllEventsCompleted]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  23. def readAllEventsForward(fromPosition: Position, maxCount: Int, resolveLinkTos: Boolean, credentials: UserCredentials, requireMaster: Boolean): Future[ReadAllEventsCompleted]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  24. def readAllEventsForward(fromPosition: Position, maxCount: Int, resolveLinkTos: Boolean, credentials: UserCredentials): Future[ReadAllEventsCompleted]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  25. def readEvent(stream: String, eventNumber: EventNumber, resolveLinkTos: Boolean, credentials: UserCredentials, requireMaster: Boolean): Future[Event]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  26. def readEvent(stream: String, eventNumber: EventNumber, resolveLinkTos: Boolean, credentials: UserCredentials): Future[Event]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  27. def readStreamEventsBackward(stream: String, fromNumber: EventNumber, maxCount: Int, resolveLinkTos: Boolean, credentials: UserCredentials, requireMaster: Boolean): Future[ReadStreamEventsCompleted]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  28. def readStreamEventsBackward(stream: String, fromNumber: EventNumber, maxCount: Int, resolveLinkTos: Boolean, credentials: UserCredentials): Future[ReadStreamEventsCompleted]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  29. def readStreamEventsForward(stream: String, fromNumber: Exact, count: Int, resolveLinkTos: Boolean, credentials: UserCredentials, requireMaster: Boolean): Future[ReadStreamEventsCompleted]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  30. def readStreamEventsForward(stream: String, fromNumber: Exact, count: Int, resolveLinkTos: Boolean, credentials: UserCredentials): Future[ReadStreamEventsCompleted]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  31. def setStreamMetadata(stream: String, expectedMetastreamVersion: ExpectedVersion, metadata: Array[Byte], credentials: UserCredentials): Future[WriteResult]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  32. def startTransaction(stream: String, expectedVersion: ExpectedVersion, credentials: UserCredentials, requireMaster: Boolean): Future[EsTransactionImpl]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  33. def startTransaction(stream: String, expectedVersion: ExpectedVersion, credentials: UserCredentials): Future[EsTransactionImpl]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  34. def streamPublisher(stream: String, fromEventNumberExclusive: EventNumber, resolveLinkTos: Boolean, credentials: UserCredentials, infinite: Boolean): Publisher[Event]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  35. def subscribeToAll(observer: SubscriptionObserver[IndexedEvent], resolveLinkTos: Boolean, credentials: UserCredentials): Closeable

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  36. def subscribeToAllFrom(observer: SubscriptionObserver[IndexedEvent], fromPositionExclusive: Exact, resolveLinkTos: Boolean, credentials: UserCredentials): Closeable

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  37. def subscribeToStream(stream: String, observer: SubscriptionObserver[Event], resolveLinkTos: Boolean, credentials: UserCredentials): Closeable

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  38. def subscribeToStreamFrom(stream: String, observer: SubscriptionObserver[Event], fromEventNumberExclusive: Integer, resolveLinkTos: Boolean, credentials: UserCredentials): Closeable

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def writeEvents(stream: String, expectedVersion: ExpectedVersion, events: Collection[EventData], credentials: UserCredentials, requireMaster: Boolean): Future[WriteResult]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  45. def writeEvents(stream: String, expectedVersion: ExpectedVersion, events: Collection[EventData], credentials: UserCredentials): Future[WriteResult]

    Permalink
    Definition Classes
    EsConnectionImplEsConnection

Inherited from EsConnection

Inherited from AnyRef

Inherited from Any

Ungrouped