ProtonSubscriberImpl

Undocumented in source.

Constructors

this
this(string address, ProtonConnectionImpl conn)
Undocumented in source.
this
this(string address, ProtonConnectionImpl conn, ProtonSubscriberOptions options)
Undocumented in source.

Members

Functions

getLink
ProtonSender getLink()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteSource
Source getRemoteSource()
Undocumented in source. Be warned that the author may not have intended to support it.
getRemoteTarget
Target getRemoteTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
getSource
Source getSource()
Undocumented in source. Be warned that the author may not have intended to support it.
getTarget
Target getTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
isEmitOnConnectionEnd
bool isEmitOnConnectionEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
onComplete
void onComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
onError
void onError(Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.
onNext
void onNext(Tracker tracker)
Undocumented in source. Be warned that the author may not have intended to support it.
onSubscribe
void onSubscribe(Subscription subscription)
Undocumented in source. Be warned that the author may not have intended to support it.
setEmitOnConnectionEnd
void setEmitOnConnectionEnd(bool emitOnConnectionEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
setSource
ProtonSubscriber!Tracker setSource(Source source)
Undocumented in source. Be warned that the author may not have intended to support it.
setTarget
ProtonSubscriber!Tracker setTarget(Target target)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta