235236237238239240241
} @Bean @Scope("prototype") public ProtocolManager protocolManager(JsonRpcHandler<?> key) { return new ProtocolManager(key); }