Uses of Record Class
org.graylog2.indexer.datastream.policy.actions.Action
Packages that use Action
Package
Description
-
Uses of Action in org.graylog2.indexer.datastream.policy
Methods in org.graylog2.indexer.datastream.policy that return types with arguments of type ActionModifier and TypeMethodDescriptionPolicy.State.actions()Returns the value of theactionsrecord component.Constructor parameters in org.graylog2.indexer.datastream.policy with type arguments of type Action -
Uses of Action in org.graylog2.indexer.datastream.policy.actions
Methods in org.graylog2.indexer.datastream.policy.actions that return ActionModifier and TypeMethodDescriptionActionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.graylog2.indexer.datastream.policy.actions with parameters of type ActionModifier and TypeMethodDescriptionvoidActionSerializer.serialize(Action value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) voidActionSerializer.serializeWithType(Action value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)