Class TaskExecutorGatewayDecoratorBase

java.lang.Object
org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
All Implemented Interfaces:
org.apache.flink.runtime.rpc.RpcGateway, TaskExecutorGateway, TaskExecutorOperatorEventGateway, TaskExecutorThreadInfoGateway

public class TaskExecutorGatewayDecoratorBase extends Object implements TaskExecutorGateway
A class that decorates/forwards calls to a TaskExecutorGateway.

This class is meant as a base for custom decorators, to avoid having to maintain all the method overrides in each decorator.