HeartbeatOperations class

Inheritance

Constructors

HeartbeatOperations()

Properties

counters ↔ CompositeCounters
read / write, inherited
dependencyResolver ↔ DependencyResolver
read / write, inherited
hashCode → int
The hash code for this object. [...]
read-only, inherited
logger ↔ CompositeLogger
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getHeartbeatOperation() → dynamic Function(RequestContext req, ResponseContext res)
heartbeat(RequestContext req, ResponseContext res) → void
configure(ConfigParams config) → void
Configures component by passing configuration parameters. [...]
inherited
getCorrelationId(RequestContext req) → dynamic
inherited
getFilterParams(RequestContext req) → FilterParams
inherited
getPagingParams(RequestContext req) → PagingParams
inherited
invoke(String operation) → dynamic Function(RequestContext req, ResponseContext res)
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
sendBadRequest(RequestContext req, ResponseContext res, String message) → void
inherited
sendConflict(RequestContext req, ResponseContext res, String message) → void
inherited
sendCreatedResult(RequestContext req, ResponseContext res, dynamic err dynamic result) → void
inherited
sendDeletedResult(RequestContext req, ResponseContext res, dynamic err dynamic result) → void
inherited
sendEmptyResult(RequestContext req, ResponseContext res, dynamic err) → void
inherited
sendError(RequestContext req, ResponseContext res, dynamic error) → void
inherited
sendInternalError(RequestContext req, ResponseContext res, String message) → void
inherited
sendNotFound(RequestContext req, ResponseContext res, String message) → void
inherited
sendResult(RequestContext req, ResponseContext res, dynamic err dynamic result) → void
inherited
sendServerUnavailable(RequestContext req, ResponseContext res, String message) → void
inherited
sendSessionExpired(RequestContext req, ResponseContext res, String message) → void
inherited
sendUnauthorized(RequestContext req, ResponseContext res, String message) → void
inherited
setReferences(IReferences references) → void
Sets references to dependent components. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited