Klasse MultiInstance<E>

java.lang.Object
io.vanillabp.springboot.adapter.MultiInstance<E>
Alle implementierten Schnittstellen:
io.vanillabp.spi.service.MultiInstanceElementResolver.MultiInstance<E>

public class MultiInstance<E> extends Object implements io.vanillabp.spi.service.MultiInstanceElementResolver.MultiInstance<E>
  • Konstruktordetails

    • MultiInstance

      public MultiInstance(E element, int total, int index)
  • Methodendetails

    • getElement

      public E getElement()
      Angegeben von:
      getElement in Schnittstelle io.vanillabp.spi.service.MultiInstanceElementResolver.MultiInstance<E>
    • getTotal

      public int getTotal()
      Angegeben von:
      getTotal in Schnittstelle io.vanillabp.spi.service.MultiInstanceElementResolver.MultiInstance<E>
    • getIndex

      public int getIndex()
      Angegeben von:
      getIndex in Schnittstelle io.vanillabp.spi.service.MultiInstanceElementResolver.MultiInstance<E>