public interface GenericOutlet<T>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canBePushed() | 
| void | complete() | 
| void | fail(java.lang.Throwable cause) | 
| void | push(T elem) | 
| void | setHandler(org.apache.pekko.stream.stage.OutHandler handler) | 
boolean canBePushed()
void complete()
void fail(java.lang.Throwable cause)
void push(T elem)
void setHandler(org.apache.pekko.stream.stage.OutHandler handler)