PlutoPublicServiceBase class abstract
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
debug(
ServiceCall call, PlutoRequest request) → Future< PlutoResponse> -
debug_Pre(
ServiceCall call, Future< PlutoRequest> request) → Future<PlutoResponse> -
error(
ServiceCall call, PlutoRequest request) → Future< PlutoResponse> -
error_Pre(
ServiceCall call, Future< PlutoRequest> request) → Future<PlutoResponse> -
heartbeat(
ServiceCall call, PlutoRequest request) → Future< PlutoResponse> -
heartbeat_Pre(
ServiceCall call, Future< PlutoRequest> request) → Future<PlutoResponse> -
info(
ServiceCall call, PlutoRequest request) → Future< PlutoResponse> -
info_Pre(
ServiceCall call, Future< PlutoRequest> request) → Future<PlutoResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited