Skip to content

Commit

Permalink
Merge pull request #1335 from navikt/enable_min_side
Browse files Browse the repository at this point in the history
Enable eventlistener for minside microfrontend.
  • Loading branch information
oyvind-wedoe authored Feb 11, 2025
2 parents d2b2363 + e0aea28 commit 61587d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package no.nav.klage.oppgave.eventlisteners
import no.nav.klage.oppgave.domain.events.BehandlingEndretEvent
import no.nav.klage.oppgave.service.MinsideMicrofrontendService
import no.nav.klage.oppgave.util.getLogger
import org.springframework.context.event.EventListener
import org.springframework.stereotype.Service

@Service
Expand All @@ -15,8 +16,7 @@ class MinsideMicrofrontendEventListener(
private val logger = getLogger(javaClass.enclosingClass)
}

//TODO: Uncomment when minside microfrontend is ready
// @EventListener
@EventListener
fun handleMinsideMicrofrontendEvent(behandlingEndretEvent: BehandlingEndretEvent) {
logger.debug(
"Received BehandlingEndretEvent for behandlingId {} in {}",
Expand Down

0 comments on commit 61587d3

Please sign in to comment.