InterceptorEnabledServiceRegistry

class InterceptorEnabledServiceRegistry(serviceRegistry: ServiceRegistry, interceptor: RPCIncomingInterceptor) : ServiceRegistry

Functions

getCallById
Link copied to clipboard
open override fun <T : RunnableCallDescription<*>> getCallById(id: ServiceCallIdentifier, type: KClass<T>): T?