public class ServiceInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
Authenticator<Object> |
authenticator() |
ServiceMessageDataDecoder |
dataDecoder() |
ServiceProviderErrorMapper |
errorMapper() |
static ServiceInfo.Builder |
from(ServiceInfo serviceInfo) |
static ServiceInfo.Builder |
fromServiceInstance(Object serviceInstance) |
PrincipalMapper<Object,Object> |
principalMapper() |
Object |
serviceInstance() |
Map<String,String> |
tags() |
String |
toString() |
public static ServiceInfo.Builder from(ServiceInfo serviceInfo)
public static ServiceInfo.Builder fromServiceInstance(Object serviceInstance)
public Object serviceInstance()
public ServiceProviderErrorMapper errorMapper()
public ServiceMessageDataDecoder dataDecoder()
public Authenticator<Object> authenticator()
public PrincipalMapper<Object,Object> principalMapper()
Copyright © 2015–2021. All rights reserved.