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 arg0)
Deprecated.
|
A |
withNewHost(String arg0)
Deprecated.
|
String getComponent()
Boolean hasComponent()
@Deprecated A withNewComponent(String arg0)
String getHost()
Boolean hasHost()
@Deprecated A withNewHost(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.