Documentation ¶
Index ¶
- func WithGRPCOptions(opts ...procgrpc.Option) func(*options)
- func WithHealthCheckFn(fn func(context.Context, *emptypb.Empty) (*rtv1.HealthCheckResponse, error)) func(*options)
- func WithListInputBindings(...) func(*options)
- func WithListTopicSubscriptions(...) func(*options)
- func WithOnBindingEventFn(...) func(*options)
- func WithOnBulkTopicEventFn(...) func(*options)
- func WithOnInvokeFn(...) func(*options)
- func WithOnJobEventFn(...) func(*options)
- func WithOnTopicEventFn(...) func(*options)
- func WithPingFn(fn func(context.Context, *testpb.PingRequest) (*testpb.PingResponse, error)) func(*options)
- func WithRegister(fn func(s *grpc.Server)) func(*options)
- type App
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithGRPCOptions ¶
func WithHealthCheckFn ¶
func WithListInputBindings ¶
func WithOnBindingEventFn ¶
func WithOnBindingEventFn(fn func(context.Context, *rtv1.BindingEventRequest) (*rtv1.BindingEventResponse, error)) func(*options)
func WithOnBulkTopicEventFn ¶ added in v1.13.2
func WithOnBulkTopicEventFn(fn func(context.Context, *rtv1.TopicEventBulkRequest) (*rtv1.TopicEventBulkResponse, error)) func(*options)
func WithOnInvokeFn ¶
func WithOnInvokeFn(fn func(ctx context.Context, in *commonv1.InvokeRequest) (*commonv1.InvokeResponse, error)) func(*options)
func WithOnJobEventFn ¶ added in v1.14.0
func WithOnJobEventFn(fn func(ctx context.Context, in *rtv1.JobEventRequest) (*rtv1.JobEventResponse, error)) func(*options)
func WithOnTopicEventFn ¶
func WithOnTopicEventFn(fn func(context.Context, *rtv1.TopicEventRequest) (*rtv1.TopicEventResponse, error)) func(*options)
func WithPingFn ¶ added in v1.14.0
func WithPingFn(fn func(context.Context, *testpb.PingRequest) (*testpb.PingResponse, error)) func(*options)
func WithRegister ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.