public class HystrixAmqpServiceInfoCreator
extends org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator<io.pivotal.spring.cloud.service.common.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) |
io.pivotal.spring.cloud.service.common.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<io.pivotal.spring.cloud.service.common.HystrixAmqpServiceInfo,Map<String,Object>>accept in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator<io.pivotal.spring.cloud.service.common.HystrixAmqpServiceInfo>