public interface EventSourceFluent<A extends EventSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getComponent() |
String |
getHost() |
Boolean |
hasComponent() |
Boolean |
hasHost() |
A |
withComponent(String component) |
A |
withHost(String host) |
A |
withNewComponent(String arg1) |
A |
withNewComponent(StringBuffer arg1) |
A |
withNewComponent(StringBuilder arg1) |
A |
withNewHost(String arg1) |
A |
withNewHost(StringBuffer arg1) |
A |
withNewHost(StringBuilder arg1) |
String getComponent()
Boolean hasComponent()
A withNewComponent(StringBuilder arg1)
A withNewComponent(StringBuffer arg1)
String getHost()
Boolean hasHost()
A withNewHost(StringBuilder arg1)
A withNewHost(StringBuffer arg1)
Copyright © 2015–2019 Red Hat. All rights reserved.