- All Superinterfaces:
Observer
The dispatch observer to instrument servant dispatch.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreply(int size) Reply notification.voidNotification of a user exception.
-
Method Details
-
userException
void userException()Notification of a user exception. -
reply
void reply(int size) Reply notification.- Parameters:
size- The size of the reply.
-