public abstract class AbstractStreamAcquirer<AppReq,SI> extends Object implements StreamAcquirer<AppReq,SI>
| Constructor and Description |
|---|
AbstractStreamAcquirer(Enum<?> endpoint,
Class<AppReq> requestClass) |
| Modifier and Type | Method and Description |
|---|---|
Enum<?> |
getEndpoint() |
Class<AppReq> |
getRequestClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacquireStreampublic Enum<?> getEndpoint()
getEndpoint in interface StreamAcquirer<AppReq,SI>public Class<AppReq> getRequestClass()
getRequestClass in interface StreamAcquirer<AppReq,SI>Copyright © 2022. All rights reserved.