- serializer(Serializer) - Static method in interface io.teris.kite.rpc.ServiceExporter
-
Creates a new builder for the ServiceDispatcher.
- serializer(Serializer) - Method in interface io.teris.kite.rpc.ServiceFactory.PreBuilder
-
Binds a serializer for serializing service method arguments before remote invocation.
- ServiceExporter - Interface in io.teris.kite.rpc
-
Provides the server side mechanism of dispatching incoming data onto concrete
service and service method implementations bound to this provider.
- ServiceExporter.Builder - Interface in io.teris.kite.rpc
-
- ServiceFactory - Interface in io.teris.kite.rpc
-
Defines a factory to construct service proxy instances that invoke service
calls remotely via the supplied RemoteRequestor.
- ServiceFactory.Builder - Interface in io.teris.kite.rpc
-
Defines a step-builder interface for the client service factory.
- ServiceFactory.PreBuilder - Interface in io.teris.kite.rpc
-
- ServiceInvoker - Interface in io.teris.kite.rpc
-
The client side transport layer interface.