Class NoopUpdateExecutor

java.lang.Object
io.quarkus.mongodb.rest.data.panache.runtime.NoopUpdateExecutor
All Implemented Interfaces:
io.quarkus.rest.data.panache.runtime.UpdateExecutor

@Singleton public class NoopUpdateExecutor extends Object implements io.quarkus.rest.data.panache.runtime.UpdateExecutor
  • Constructor Details

    • NoopUpdateExecutor

      public NoopUpdateExecutor()
  • Method Details

    • execute

      public <T> T execute(Supplier<T> supplier)
      Specified by:
      execute in interface io.quarkus.rest.data.panache.runtime.UpdateExecutor