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
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from EsConnectionImpl to any2stringadd[EsConnectionImpl] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EsConnectionImpl, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EsConnectionImpl to ArrowAssoc[EsConnectionImpl] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  13. def ensuring(cond: (EsConnectionImpl) ⇒ Boolean, msg: ⇒ Any): EsConnectionImpl

    Permalink
    Implicit information
    This member is added by an implicit conversion from EsConnectionImpl to Ensuring[EsConnectionImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (EsConnectionImpl) ⇒ Boolean): EsConnectionImpl

    Permalink
    Implicit information
    This member is added by an implicit conversion from EsConnectionImpl to Ensuring[EsConnectionImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): EsConnectionImpl

    Permalink
    Implicit information
    This member is added by an implicit conversion from EsConnectionImpl to Ensuring[EsConnectionImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): EsConnectionImpl

    Permalink
    Implicit information
    This member is added by an implicit conversion from EsConnectionImpl to Ensuring[EsConnectionImpl] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from EsConnectionImpl to StringFormat[EsConnectionImpl] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    EsConnectionImplEsConnection
  53. def [B](y: B): (EsConnectionImpl, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EsConnectionImpl to ArrowAssoc[EsConnectionImpl] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from EsConnection

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from EsConnectionImpl to any2stringadd[EsConnectionImpl]

Inherited by implicit conversion StringFormat from EsConnectionImpl to StringFormat[EsConnectionImpl]

Inherited by implicit conversion Ensuring from EsConnectionImpl to Ensuring[EsConnectionImpl]

Inherited by implicit conversion ArrowAssoc from EsConnectionImpl to ArrowAssoc[EsConnectionImpl]

Ungrouped