final class RestClientForNotification extends java.lang.Object implements RestClientBuilder
Modifier and Type | Field and Description |
---|---|
private NotificationConfiguration |
config |
private static org.glassfish.jersey.filter.LoggingFilter |
LOGGING_FILTER |
Constructor and Description |
---|
RestClientForNotification(NotificationConfiguration config) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.client.Client |
build() |
private static final org.glassfish.jersey.filter.LoggingFilter LOGGING_FILTER
private final NotificationConfiguration config
@Inject public RestClientForNotification(NotificationConfiguration config)
public javax.ws.rs.client.Client build()
build
in interface RestClientBuilder