Class AdapterStub (0.3.0)

public abstract class AdapterStub implements BackgroundResource

Base stub class for the Adapter service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > AdapterStub

Implements

BackgroundResource

Constructors

AdapterStub()

public AdapterStub()

Methods

adaptMessageCallable()

public ServerStreamingCallable<AdaptMessageRequest,AdaptMessageResponse> adaptMessageCallable()
Returns
Type Description
ServerStreamingCallable<AdaptMessageRequest,AdaptMessageResponse>

close()

public abstract void close()

createSessionCallable()

public UnaryCallable<CreateSessionRequest,Session> createSessionCallable()
Returns
Type Description
UnaryCallable<CreateSessionRequest,Session>