Class RecipientInstance

java.lang.Object
org.kie.kogito.jobs.service.model.RecipientInstance
All Implemented Interfaces:
Recipient

public class RecipientInstance extends Object implements Recipient
Class is used to wrap the public API recipient and do the interface with the internal API and persistence.
  • Constructor Details

    • RecipientInstance

      public RecipientInstance(org.kie.kogito.jobs.service.api.Recipient<?> recipient)
  • Method Details