4647484950515253
private SwaggerProperties properties; private final SwaggerEndpointProps endpointProps; public SwaggerEndpoint(SwaggerEndpointProps endpointProps) { super(new EndpointDelegate(endpointProps)); this.endpointProps = endpointProps; }
33343536373839
@Inject AgentClient agentClient; @Inject public ConsulEndpoint(ConsulEndpointProps properties) { super(new EndpointDelegate(properties)); }