public class ResourceProviderEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResourceProviderEvent.Type |
Constructor and Description |
---|
ResourceProviderEvent(Resource.Type resourceType,
ResourceProviderEvent.Type type,
Request request,
Predicate predicate) |
Modifier and Type | Method and Description |
---|---|
Predicate |
getPredicate()
Get the predicate object that was used for the operation that generated this event.
|
Request |
getRequest()
Get the request object that was used for the operation that generated this event.
|
Resource.Type |
getResourceType()
Get the associated resource type.
|
ResourceProviderEvent.Type |
getType()
Get the event type.
|
public ResourceProviderEvent(Resource.Type resourceType, ResourceProviderEvent.Type type, Request request, Predicate predicate)
public Resource.Type getResourceType()
public ResourceProviderEvent.Type getType()
public Request getRequest()
public Predicate getPredicate()
Copyright © 2022 Apache Software Foundation. All rights reserved.