Callbacks at the publisher level.
Name | |
---|---|
void | onCreate(MamaPublisher publisher) See interface remarks for details |
void | onError(MamaPublisher publisher, MamaStatus.mamaStatus status, string topic) See interface remarks for details |
void | onSuccess(MamaPublisher publisher, MamaStatus.mamaStatus status, string topic) See interface remarks for details |
void | onDestroy(MamaPublisher publisher) See interface remarks for details |
void onCreate(
MamaPublisher publisher
)
See interface remarks for details
void onError(
MamaPublisher publisher,
MamaStatus.mamaStatus status,
string topic
)
See interface remarks for details
void onSuccess(
MamaPublisher publisher,
MamaStatus.mamaStatus status,
string topic
)
See interface remarks for details
void onDestroy(
MamaPublisher publisher
)
See interface remarks for details
Updated on 2023-03-31 at 15:29:32 +0100