JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.gradle.messaging.dispatch
Interface Receive<T>
All Known Subinterfaces:
Connection
<T>,
DisconnectAwareConnection
<T>
All Known Implementing Classes:
DelayedReceive
,
DelegatingConnection
,
DisconnectAwareConnectionDecorator
,
EagerReceiveBuffer
,
MulticastConnection
,
SocketConnection
,
SynchronizedDispatch
public interface
Receive<T>
A source for messages. Implementations do not have to be thread-safe.
Method Summary
Methods
Modifier and Type
Method and Description
T
receive
()
Blocks until the next message is available.
Method Detail
receive
T
receive()
Blocks until the next message is available. Returns null when the end of the message stream has been reached.
Returns:
The next message, or null when the end of the stream has been reached.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2013. All rights reserved