ProtonPublisher

Undocumented in source.

Members

Functions

getRemoteAddress
string getRemoteAddress()

Retrieves the address from the remote source details. Should only be called in callbacks such as on onSubscribe() to ensure detail is populated and safe threading.

getRemoteSource
Source getRemoteSource()

Retrieves the remote Source details. Should only be called in callbacks such as on onSubscribe() to ensure detail is populated and safe threading.

getRemoteTarget
Target getRemoteTarget()

Retrieves the remote Target details. Should only be called in callbacks such as on onSubscribe() to ensure detail is populated and safe threading.

getSource
Source getSource()

Retrieves the local Source details for access or customisation.

getTarget
Target getTarget()

Retrieves the local Target details for access or customisation.

setSource
ProtonPublisher!T setSource(Source source)

Sets the local Source details. Only useful to call before subscribing.

setTarget
ProtonPublisher!T setTarget(Target target)

Sets the local Target details. Only useful to call before subscribing.

Meta