Class

eventstore.j

PersistentSubscriptionSettingsBuilder

Related Doc: package j

Permalink

class PersistentSubscriptionSettingsBuilder extends Builder[PersistentSubscriptionSettings] with ChainSet[PersistentSubscriptionSettingsBuilder]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PersistentSubscriptionSettingsBuilder
  2. ChainSet
  3. Builder
  4. AnyRef
  5. 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 PersistentSubscriptionSettingsBuilder()

    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 PersistentSubscriptionSettingsBuilder to any2stringadd[PersistentSubscriptionSettingsBuilder] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PersistentSubscriptionSettingsBuilder, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. var _checkPointAfter: FiniteDuration

    Permalink
    Attributes
    protected
  7. var _consumerStrategy: ConsumerStrategy

    Permalink
    Attributes
    protected
  8. var _extraStatistics: Boolean

    Permalink
    Attributes
    protected
  9. var _historyBufferSize: Int

    Permalink
    Attributes
    protected
  10. var _liveBufferSize: Int

    Permalink
    Attributes
    protected
  11. var _maxCheckPointCount: Int

    Permalink
    Attributes
    protected
  12. var _maxRetryCount: Int

    Permalink
    Attributes
    protected
  13. var _maxSubscriberCount: Int

    Permalink
    Attributes
    protected
  14. var _messageTimeout: FiniteDuration

    Permalink
    Attributes
    protected
  15. var _minCheckPointCount: Int

    Permalink
    Attributes
    protected
  16. var _readBatchSize: Int

    Permalink
    Attributes
    protected
  17. var _resolveLinkTos: Boolean

    Permalink
    Attributes
    protected
  18. var _startFrom: EventNumber

    Permalink
    Attributes
    protected
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def build: PersistentSubscriptionSettings

    Permalink
  21. def checkPointAfter(seconds: Long): PersistentSubscriptionSettingsBuilder

    Permalink
  22. def checkPointAfter(length: Long, unit: TimeUnit): PersistentSubscriptionSettingsBuilder

    Permalink
  23. def checkPointAfter(x: FiniteDuration): PersistentSubscriptionSettingsBuilder

    Permalink
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def consumerStrategy(x: String): PersistentSubscriptionSettingsBuilder

    Permalink
  26. def consumerStrategy(x: ConsumerStrategy): PersistentSubscriptionSettingsBuilder

    Permalink
  27. def dispatchToSingle: PersistentSubscriptionSettingsBuilder

    Permalink
  28. def doNotResolveLinkTos(): PersistentSubscriptionSettingsBuilder

    Permalink
  29. def ensuring(cond: (PersistentSubscriptionSettingsBuilder) ⇒ Boolean, msg: ⇒ Any): PersistentSubscriptionSettingsBuilder

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. def historyBufferSize(x: Int): PersistentSubscriptionSettingsBuilder

    Permalink
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def liveBufferSize(x: Int): PersistentSubscriptionSettingsBuilder

    Permalink
  42. def maxCheckPointCount(x: Int): PersistentSubscriptionSettingsBuilder

    Permalink
  43. def maxRetryCount(x: Int): PersistentSubscriptionSettingsBuilder

    Permalink
  44. def maxSubscriberCount(x: Int): PersistentSubscriptionSettingsBuilder

    Permalink
  45. def messageTimeout(millis: Long): PersistentSubscriptionSettingsBuilder

    Permalink
  46. def messageTimeout(length: Long, unit: TimeUnit): PersistentSubscriptionSettingsBuilder

    Permalink
  47. def messageTimeout(x: FiniteDuration): PersistentSubscriptionSettingsBuilder

    Permalink
  48. def minCheckPointCount(x: Int): PersistentSubscriptionSettingsBuilder

    Permalink
  49. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  52. def readBatchSize(x: Int): PersistentSubscriptionSettingsBuilder

    Permalink
  53. def resolveLinkTos: PersistentSubscriptionSettingsBuilder

    Permalink
  54. def resolveLinkTos(x: Boolean): PersistentSubscriptionSettingsBuilder

    Permalink
  55. def roundRobin: PersistentSubscriptionSettingsBuilder

    Permalink
  56. def set(f: ⇒ Any): PersistentSubscriptionSettingsBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    ChainSet
  57. def startFrom(x: Long): PersistentSubscriptionSettingsBuilder

    Permalink
  58. def startFrom(x: EventNumber): PersistentSubscriptionSettingsBuilder

    Permalink
  59. def startFromBeginning: PersistentSubscriptionSettingsBuilder

    Permalink
  60. def startFromCurrent: PersistentSubscriptionSettingsBuilder

    Permalink
  61. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. def withExtraStatistic: PersistentSubscriptionSettingsBuilder

    Permalink
  67. def [B](y: B): (PersistentSubscriptionSettingsBuilder, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped