confluent-kafka-dotnet
Show / Hide Table of Contents

Class NoneAction

A none action

Inheritance
object
NoneAction
Implements
IRuleAction
IRuleBase
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class NoneAction : IRuleAction, IRuleBase, IDisposable

Fields

ActionType

Declaration
public static readonly string ActionType
Field Value
Type Description
string

Methods

Configure(IEnumerable<KeyValuePair<string, string>>)

Configure the rule executor or action

Declaration
public void Configure(IEnumerable<KeyValuePair<string, string>> config)
Parameters
Type Name Description
IEnumerable<KeyValuePair<string, string>> config

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

Run(RuleContext, object, RuleException)

Run the rule action based on the rule context

Declaration
public Task Run(RuleContext ctx, object message, RuleException exception = null)
Parameters
Type Name Description
RuleContext ctx
object message
RuleException exception
Returns
Type Description
Task

Type()

The type of rule executor or action

Declaration
public string Type()
Returns
Type Description
string

Implements

IRuleAction
IRuleBase
IDisposable
In this article