com.alipay.remoting.rpc.protocol
Interface UserProcessor.ExecutorSelector

Enclosing interface:
UserProcessor<T>

public static interface UserProcessor.ExecutorSelector

Executor selector interface. You can implement this and then provide a UserProcessor.ExecutorSelector using method UserProcessor.setExecutorSelector(ExecutorSelector)


Method Summary
 Executor select(String requestClass, Object requestHeader)
           
 

Method Detail

select

Executor select(String requestClass,
                Object requestHeader)


Copyright © 2018. All rights reserved.