final class DefaultChainNotifierClient extends ChainNotifierClient
- Annotations
- @AkkaGrpcGenerated()
- Alphabetic
- By Inheritance
- DefaultChainNotifierClient
- ChainNotifierClient
- AkkaGrpcClient
- ChainNotifierClientPowerApi
- ChainNotifier
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DefaultChainNotifierClient(settings: GrpcClientSettings)(implicit sys: ClassicActorSystemProvider)
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()
- def close(): Future[Done]
- Definition Classes
- DefaultChainNotifierClient → AkkaGrpcClient
- def closed: Future[Done]
- Definition Classes
- DefaultChainNotifierClient → AkkaGrpcClient
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def registerBlockEpochNtfn(in: BlockEpoch): Source[BlockEpoch, NotUsed]
For access to method metadata use the parameterless version of registerBlockEpochNtfn
For access to method metadata use the parameterless version of registerBlockEpochNtfn
- Definition Classes
- DefaultChainNotifierClient → ChainNotifier
- def registerBlockEpochNtfn(): StreamResponseRequestBuilder[BlockEpoch, BlockEpoch]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer registerBlockEpochNtfn(chainrpc.BlockEpoch) if possible.
- Definition Classes
- DefaultChainNotifierClient → ChainNotifierClientPowerApi
- def registerConfirmationsNtfn(in: ConfRequest): Source[ConfEvent, NotUsed]
For access to method metadata use the parameterless version of registerConfirmationsNtfn
For access to method metadata use the parameterless version of registerConfirmationsNtfn
- Definition Classes
- DefaultChainNotifierClient → ChainNotifier
- def registerConfirmationsNtfn(): StreamResponseRequestBuilder[ConfRequest, ConfEvent]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer registerConfirmationsNtfn(chainrpc.ConfRequest) if possible.
- Definition Classes
- DefaultChainNotifierClient → ChainNotifierClientPowerApi
- def registerSpendNtfn(in: SpendRequest): Source[SpendEvent, NotUsed]
For access to method metadata use the parameterless version of registerSpendNtfn
For access to method metadata use the parameterless version of registerSpendNtfn
- Definition Classes
- DefaultChainNotifierClient → ChainNotifier
- def registerSpendNtfn(): StreamResponseRequestBuilder[SpendRequest, SpendEvent]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer registerSpendNtfn(chainrpc.SpendRequest) if possible.
- Definition Classes
- DefaultChainNotifierClient → ChainNotifierClientPowerApi
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()