public class HystrixAmqpServiceInfoCreator extends org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator<HystrixAmqpServiceInfo>
| Modifier and Type | Field and Description |
|---|---|
static String |
AMQP_CREDENTIALS_KEY |
| Constructor and Description |
|---|
HystrixAmqpServiceInfoCreator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Map<String,Object> serviceData) |
HystrixAmqpServiceInfo |
createServiceInfo(Map<String,Object> serviceData) |
public static final String AMQP_CREDENTIALS_KEY
public boolean accept(Map<String,Object> serviceData)
accept in interface org.springframework.cloud.ServiceInfoCreator<HystrixAmqpServiceInfo,Map<String,Object>>accept in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator<HystrixAmqpServiceInfo>public HystrixAmqpServiceInfo createServiceInfo(Map<String,Object> serviceData)