Uses of Annotation Interface
dev.getelements.elements.rt.annotation.ProvidesAddress
Packages that use ProvidesAddress
-
Uses of ProvidesAddress in dev.getelements.elements.rt
Method parameters in dev.getelements.elements.rt with annotations of type ProvidesAddressModifier and TypeMethodDescriptiondefault ResourceIddefault voidResourceContext.createAsync(Consumer<ResourceId> success, Consumer<Throwable> failure, String module, Path path, Object... args) default ResourceIdResourceContext.createAttributes(String module, Path path, Attributes attributes, Object... args) default voidResourceContext.destroy(ResourceId resourceId) Destroys theResourcewith the providedResourceId.voidResourceContext.destroyAsync(Consumer<Void> success, Consumer<Throwable> failure, ResourceId resourceId) Destroys theResourcewith the providedResourceId.booleanTaskContext.finishWithError(TaskId taskId, Throwable error) booleanTaskContext.finishWithResult(TaskId taskId, Object result) Finishes the task with associatedTaskIdwith the provided result.default ObjectResourceContext.invoke(ResourceId resourceId, String method, Object... args) Synchronous invoke ofResourceContext.invokePathAsync(Consumer, Consumer, Path, String, Object...).voidResourceContext.invokeAsync(Consumer<Object> success, Consumer<Throwable> failure, ResourceId resourceId, String method, Object... args) Invokes the method on theResourceId.default ObjectResourceContext.invokePath(Path path, String method, Object... args) Synchronous invoke ofResourceContext.invokePathAsync(Consumer, Consumer, Path, String, Object...).voidResourceContext.invokePathAsync(Consumer<Object> success, Consumer<Throwable> failure, Path path, String method, Object... args) voidIndexContext.linkAsync(ResourceId resourceId, Path destination, Consumer<Void> success, Consumer<Throwable> failure) Links a singleResourceIdto aPathdestination.voidIndexContext.linkAsync(ResourceId resourceId, Path destination, Consumer<Void> success, Consumer<Throwable> failure) Links a singleResourceIdto aPathdestination.voidIndexContext.linkPathAsync(Path source, Path destination, Consumer<Void> success, Consumer<Throwable> failure) voidIndexContext.linkPathAsync(Path source, Path destination, Consumer<Void> success, Consumer<Throwable> failure) voidTaskContext.register(TaskId taskId, Consumer<Object> tConsumer, Consumer<Throwable> throwableTConsumer) voidResumes the supplied task with theTaskIdsupplying multiple results to the destination.voidSchedulerContext.resumeFromNetwork(TaskId taskId, Object result) Resumes a task that was waiting on a network call.voidSchedulerContext.resumeTaskAfterDelay(TaskId taskId, long time, TimeUnit timeUnit) Resumes the task associated with the suppliedTaskId.voidSchedulerContext.resumeWithError(TaskId taskId, Throwable throwable) Resumes a task that was waiting for any reason.voidIndexContext.unlinkAsync(Path path, Consumer<IndexContext.Unlink> success, Consumer<Throwable> failure) Unlinks the providedPathand if this is the lastPathreference to aResourceId, then the cluster will remove and destroy the associatedResource.