Skip to content

Commit

Permalink
Feature/deprecate okonomioppdrag jms (#213)
Browse files Browse the repository at this point in the history
* Update ØkonomioppdragJmsProducer.java

* Update ØkonomioppdragAsyncJmsConsumer.java

* Update ØkonomioppdragJmsProducerImpl.java

* Update ØkonomioppdragJmsProducerKonfig.java
  • Loading branch information
frode-carlsen authored Jan 21, 2020
1 parent 4d3d645 commit 3d9d0eb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

import no.nav.vedtak.felles.integrasjon.jms.QueueSelftest;


/**
* @deprecated Flytt til fpoppdrag
*/
@Deprecated
public interface ØkonomioppdragAsyncJmsConsumer extends QueueSelftest {
void handle(String message);
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
import no.nav.vedtak.felles.integrasjon.jms.JmsMessage;
import no.nav.vedtak.felles.integrasjon.okonomistottejms.ØkonomioppdragJmsProducer;


/**
* @deprecated Flytt til fpoppdrag
*/
@Deprecated
@ApplicationScoped
public class ØkonomioppdragJmsProducerImpl extends ØkonomioppdragJmsProducer {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
import no.finn.unleash.Unleash;
import no.nav.vedtak.felles.integrasjon.jms.BaseJmsKonfig;


/**
* @deprecated Flytt til fpoppdrag
*/
@Deprecated
@Named("økonomioppdragjmsproducerkonfig")
@ApplicationScoped
public class ØkonomioppdragJmsProducerKonfig extends BaseJmsKonfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
import no.nav.vedtak.felles.integrasjon.jms.ExternalQueueProducer;
import no.nav.vedtak.felles.integrasjon.jms.JmsKonfig;

/**
* @deprecated Flytt til fpoppdrag
*/
@Deprecated
public abstract class ØkonomioppdragJmsProducer extends ExternalQueueProducer {
public ØkonomioppdragJmsProducer() {
}
Expand Down

0 comments on commit 3d9d0eb

Please sign in to comment.