Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Method and Description |
---|---|
static <S> OortService.Result<S> |
OortService.Result.failure(Object failure)
Returns a failed
OortService.Result containing the given failure object. |
static <S> OortService.Result<S> |
OortService.Result.ignore(Object data)
Returns an ignored
OortService.Result containing the given data object |
protected abstract OortService.Result<R> |
OortService.onForward(OortService.Request request)
Subclasses must implement this method, that runs on the owner node,
to implement the action functionality.
|
protected OortService.Result<Long> |
OortPrimaryLong.onForward(OortService.Request request) |
static <S> OortService.Result<S> |
OortService.Result.success(S result)
Returns a successful
OortService.Result containing the given result object. |
Copyright © 2008–2024 The CometD Project. All rights reserved.